The Dreamweaver JavaScript API > Layout environment functions > dom.setTracingImagePosition()

 

dom.setTracingImageOpacity()

Availability

Dreamweaver 3.0

Description

Sets the opacity of the tracing image.

Arguments

opacityPercentage

opacityPercentage must be a number between 0 and 100.

Returns

Nothing.

Enabler

dom.hasTracingImage()

Example

The following code sets the opacity of the tracing image to 30%:

dw.getDocumentDOM().setTracingOpacity('30');